home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_08_02
/
8n02061b
< prev
next >
Wrap
Text File
|
1990-02-28
|
246b
|
16 lines
*****Listing 2*****
/* files.h */
#if TARGET == 1
#define MASTER_FILE "DBAO:[direct]master.date" #else
#define MASTER_FILE "A:\direct\master.date"
#endif
/* source.c */
#include "files.h"
...
fp = fopen(MASTER_FILE, "r");